@import url('https://fonts.googleapis.com/css?family=Poppins');
*{
    margin:0px;
    padding:0px;
    box-sizing: border-box;
    font-family:'Open Sans';
}

#message
{
    width:100%;
    height:650px;
    background-color: rgb(74, 19, 146);
    text-align: center;
    padding-top: 220px;
}

#message h2
{
color: white;
text-transform: uppercase;
font-weight: 700;
font-size: 30px;
}

#message p
{
color: white;
}

#back_btn
{
    background-color: rgb(14, 18, 82);
    width:9%;
    height:30px;
    text-align: center;
    line-height: 30px;
    margin: auto;
    margin-top:40px;
}

#back_btn a
{
    
    text-decoration: none;
    color: white;
  
}

